/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

/*
 *   40a9ff  096dd9 1890ff     00678C    alp-table 0.0.3之前样式
 */
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
[class^=ant-]::-ms-clear,
[class*= ant-]::-ms-clear,
[class^=ant-] input::-ms-clear,
[class*= ant-] input::-ms-clear,
[class^=ant-] input::-ms-reveal,
[class*= ant-] input::-ms-reveal {
  display: none;
}

html {
  --surely-table-primary-color: #00678C;
}
.surely-table-wrapper {
  clear: both;
  max-width: 100%;
}
.surely-table-wrapper::before {
  display: table;
  content: '';
}
.surely-table-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.surely-table-wrapper::before {
  display: table;
  content: '';
}
.surely-table-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.surely-table {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  font-size: 14px;
  border-radius: 2px 2px 0 0;
  flex-shrink: 0;
}
.surely-table [class^='surely-table'] {
  box-sizing: border-box;
  outline: none;
}
.surely-table-scroll-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
  width: 100%;
}
.surely-table-scroll-layer-inner {
  pointer-events: all;
}
.surely-table-position-absolute {
  position: absolute;
}
.surely-table-body,
.surely-table-header,
.surely-table-summary {
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
  flex: 1 1 auto;
  overflow: auto;
  flex-direction: row;
  -webkit-overflow-scrolling: touch;
}
.surely-table-header,
.surely-table-summary {
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  overflow-y: hidden;
  background: #fafafa;
  transition: background 0.3s ease;
}
.surely-table-header .surely-table-row,
.surely-table-summary .surely-table-row {
  opacity: 1;
}
.surely-table-summary {
  z-index: 3;
  background: #fafafa;
  border-top: 1px solid #f0f0f0;
}
.surely-table-summary .surely-table-fix-left,
.surely-table-summary .surely-table-fix-right {
  background: #fafafa;
}
.surely-table-summary-container {
  flex-direction: column;
  width: 100%;
  overflow-y: hidden;
}
.surely-table-body-container,
.surely-table-header-container,
.surely-table-summary-container {
  display: flex;
  height: 100%;
  transform: translateZ(0);
}
.surely-table-body-container > div,
.surely-table-header-container > div,
.surely-table-summary-container > div {
  flex-shrink: 0;
  flex-grow: 0;
}
.surely-table-header-container .surely-table-center-container {
  height: 100%;
}
.surely-table-sticky-header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 9;
}
.surely-table-center,
.surely-table-center-viewport,
.surely-table-horizontal-scroll-viewport {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 100%;
}
.surely-table-center-viewport,
.surely-table-horizontal-scroll-viewport {
  overflow: hidden;
}
.surely-table-center-viewport {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  display: flex;
}
.surely-table-center-container {
  position: relative;
  display: block;
  transform: translateZ(0);
}
.surely-table-fix-left {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 4;
}
.surely-table-fix-right {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  z-index: 3;
}
.surely-table-summary-cell-fixed-left {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 4;
}
.surely-table-summary-cell-fixed-right {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  z-index: 3;
}
.surely-table-header-scrollbar {
  border-bottom: 1px solid #f0f0f0;
}
.surely-table .surely-table-cell-shadow-left::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  width: 30px;
  transform: translateX(100%);
  transition: box-shadow 0.3s;
  content: '';
  pointer-events: none;
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
.surely-table .surely-table-cell-shadow-right::after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  width: 30px;
  transform: translateX(-100%);
  transition: box-shadow 0.3s;
  content: '';
  pointer-events: none;
  opacity: 0;
}
.surely-table-ping-left .surely-table-cell-shadow-left::after,
.surely-table-ping-right .surely-table-cell-shadow-right::after {
  opacity: 1;
}
.surely-table-row {
  opacity: 0;
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  transition: background 0.3s;
}
.surely-table-row.surely-table-row-hover {
  background: #fafafa;
}
.surely-table-row.surely-table-row-selected {
  background: #e6f7ff;
}
.surely-table-row.surely-table-row-selected .surely-table-cell {
  border-color: 1px solid #f0f0f0;
}
.surely-table-row.surely-table-row-selected.surely-table-row-hover {
  background: #dcf4ff;
}
.surely-table-row.surely-table-row-dragging,
.surely-table-row.surely-table-row-dragging-insert-target {
  background: #fafafa;
  cursor: move;
}
.surely-table-row.surely-table-row-dragging::after,
.surely-table-row.surely-table-row-dragging-insert-target::after {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fafafa;
  opacity: 0.5;
  cursor: move;
}
.surely-table-row.surely-table-row-dragging-insert-target {
  background: #fff1f0;
}
.surely-table-row.surely-table-row-dragging-insert-target::after {
  background: #fff1f0;
}
.surely-table-row.surely-table-row-selected.surely-table-row-dragging {
  background: #dcf4ff;
}
.surely-table-row.surely-table-row-selected.surely-table-row-dragging-insert-target {
  background: #fff1f0;
}
.surely-table-has-animate .surely-table-row {
  transition: transform 0.2s, top 0.2s, height 0.2s, background-color 0.1s;
}
.surely-table.surely-table-stripe .surely-table-body .surely-table-row-odd {
  background: #fafafa;
}
.surely-table-cell {
  position: absolute;
  top: 0;
  height: 100%;
  flex: none;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.3s;
  overflow-y: hidden;
  overflow-y: clip;
  overflow-x: visible;
  padding: 0 !important;
}
.surely-table-cell[rowspan]:not([rowspan='1']) {
  z-index: 1;
}
.surely-table-cell[colspan]:not([colspan='1']) {
  z-index: 1;
}
.surely-table-cell-hidden {
  visibility: hidden;
}
.surely-table-cell-multi .surely-table-cell-inner {
  overflow: auto;
  max-height: 100%;
}
.surely-table-cell-inner {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  min-width: 1px;
  flex-grow: 1;
  flex-shrink: 1;
  display: inline-flex;
  align-items: center;
}
.surely-table-cell-inner .surely-table-cell-content {
  padding: 16px 16px;
  width: 100%;
  overflow-wrap: break-word;
  -webkit-font-smoothing: subpixel-antialiased;
}
.surely-table-cell-inner .surely-table-cell-content:not(.surely-table-cell-text-ellipsis) {
  white-space: normal;
  word-break: break-all;
}
.surely-table.surely-table-auto-height .surely-table-cell {
  display: flex;
  align-items: center;
}
.surely-table-header-cell {
  display: inline-flex;
  padding: 0 !important;
  align-items: center;
  float: left;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  text-align: left;
  overflow: visible;
  background-color: #fafafa;
  transition: background-color 0.2s ease;
}
.surely-table-header-cell[colspan]:not([colspan='1']) .surely-table-header-cell-title {
  text-align: center;
  justify-content: center;
}
.surely-table-extra-cell,
.surely-table-header-extra-cell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: left;
  min-width: 1px;
}
.surely-table-header-cell-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: auto;
  max-width: 100%;
}
.surely-table-header-cell-title-inner {
  overflow: hidden;
  overflow-wrap: break-word;
  -webkit-font-smoothing: subpixel-antialiased;
  white-space: nowrap;
  flex-grow: 1;
}
.surely-table-summary-row {
  position: relative;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  flex-direction: row;
  align-items: stretch;
  border-bottom: 1px solid #f0f0f0;
}
.surely-table-summary-cell {
  position: relative;
  flex: 1;
  height: auto;
  background: #fafafa;
  border-bottom: none;
  white-space: normal;
}
.surely-table-summary-cell-fixed-left,
.surely-table-summary-cell-fixed-right {
  z-index: 1;
}
.surely-table-column-title {
  position: unset;
  display: flex;
  width: 1px;
  z-index: 1;
  flex: 1;
}
.surely-table-cell-box {
  padding: 0 16px;
}
.surely-table-cell-box::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1.6em;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.06);
  transform: translateY(-50%);
  transition: background-color 0.3s;
  content: '';
}
.surely-table-cell-auto-height {
  height: 100%;
}
.surely-table-cell-wrap-text {
  white-space: normal;
  word-break: break-all;
}
.surely-table-cell-text-ellipsis,
.surely-table-cell-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.surely-table-cell-group {
  display: block;
  padding: 0 !important;
  border: none;
}
.surely-table-cell-group::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1.6em;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.06);
  transform: translateY(-50%);
  transition: background-color 0.3s;
  content: '';
  z-index: 1;
}
.surely-table-cell-group-title {
  text-align: center;
  position: relative;
  width: 100%;
  justify-content: center;
  background-color: #fafafa;
  transition: background-color 0.2s ease;
}
.surely-table-cell-group-title::before {
  background-color: transparent;
}
.surely-table-cell-group-children {
  padding: 0 !important;
  position: relative;
}
.surely-table-cell-group-children > div:last-child > .surely-table-cell-box::before {
  background-color: transparent;
}
.surely-table-cell-group-children > .surely-table-cell-group:last-child::before {
  background-color: transparent;
}
.surely-table-cell-group-children .surely-table-header-cell:first-child .surely-table-header-cell-title::before {
  background-color: transparent;
}
.surely-table-ping-left .surely-table-header .surely-table-fix-left .surely-table-header-cell:not(.surely-table-cell-group):last-child .surely-table-cell-box::before,
.surely-table-header-container .surely-table-last-columns .surely-table-header-cell:not(.surely-table-cell-group):last-child .surely-table-cell-box::before {
  background-color: transparent;
}
.surely-table-ping-left .surely-table-header .surely-table-fix-left .surely-table-row > .surely-table-cell-group:last-child::before,
.surely-table-header-container .surely-table-last-columns .surely-table-row > .surely-table-cell-group:last-child::before {
  background-color: transparent;
}
.surely-table-scrollbar-container {
  display: flex;
  min-width: 0px;
  flex: 1 1 auto;
  flex-direction: row;
}
.surely-table-horizontal-scroll {
  min-height: 0;
  min-width: 0;
  width: 100%;
  display: flex;
  position: relative;
  z-index: 4;
}
.surely-table-horizontal-left-spacer,
.surely-table-horizontal-right-spacer {
  height: 100%;
  min-width: 0;
  overflow-x: scroll;
}
.surely-table-horizontal-left-spacer:not(.surely-table-scroller-corner) {
  border-right: solid 1px;
  border-right-color: #f0f0f0;
}
.surely-table-horizontal-scroll-viewport {
  overflow-x: scroll;
}
.surely-table-pagination.ant-pagination {
  margin: 16px 0;
}
.surely-table-pagination {
  display: flex;
  float: none !important;
}
.surely-table-pagination-left {
  justify-content: flex-start;
}
.surely-table-pagination-center {
  justify-content: center;
}
.surely-table-pagination-right {
  justify-content: flex-end;
}
.surely-table-empty-container {
  height: 100%;
  padding: 16px 16px;
  overflow-wrap: break-word;
  -webkit-font-smoothing: subpixel-antialiased;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.3s;
}
.surely-table-empty-container .ant-empty {
  margin: 32px 0;
  color: rgba(0, 0, 0, 0.25);
}
.surely-table-empty-container .ant-empty .ant-empty-image {
  height: 40px;
}
.surely-table-row-expand-icon {
  color: #00678C;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s;
  position: relative;
  display: inline-flex;
  float: left;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  padding: 0;
  color: inherit;
  line-height: 17px;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  outline: none;
  transform: scale(0.94117647);
  transform-origin: bottom;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.surely-table-row-expand-icon:focus,
.surely-table-row-expand-icon:hover {
  color: #00678C;
}
.surely-table-row-expand-icon:active {
  color: #00678C;
}
.surely-table-row-expand-icon:focus,
.surely-table-row-expand-icon:hover,
.surely-table-row-expand-icon:active {
  border-color: currentColor;
}
.surely-table-row-expand-icon::before,
.surely-table-row-expand-icon::after {
  position: absolute;
  background: currentColor;
  transition: transform 0.3s ease-out;
  content: '';
}
.surely-table-row-expand-icon::before {
  top: 7px;
  right: 3px;
  left: 3px;
  height: 1px;
}
.surely-table-row-expand-icon::after {
  top: 3px;
  bottom: 3px;
  left: 7px;
  width: 1px;
  transform: rotate(90deg);
}
.surely-table-row-expand-icon-collapsed::before {
  transform: rotate(-180deg);
}
.surely-table-row-expand-icon-collapsed::after {
  transform: rotate(0deg);
}
.surely-table-row-expand-icon-spaced {
  background: transparent;
  border: 0;
  visibility: hidden;
}
.surely-table-row-expand-icon-spaced::before,
.surely-table-row-expand-icon-spaced::after {
  display: none;
  content: none;
}
.surely-table-row-indent + .surely-table-row-expand-icon {
  margin-top: 2.5005px;
  margin-right: 8px;
}
.surely-table-expand-icon-col {
  width: 48px;
}
.surely-table-row-expand-icon-cell {
  text-align: center;
}
.surely-table-row-indent {
  float: left;
  height: 1px;
}
.surely-table-row-expand-icon {
  color: #00678C;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s;
  position: relative;
  display: inline-flex;
  float: left;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  padding: 0;
  color: inherit;
  line-height: 17px;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  outline: none;
  transform: scale(0.94117647);
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.surely-table-row-expand-icon:focus,
.surely-table-row-expand-icon:hover {
  color: #00678C;
}
.surely-table-row-expand-icon:active {
  color: #00678C;
}
.surely-table-row-expand-icon:focus,
.surely-table-row-expand-icon:hover,
.surely-table-row-expand-icon:active {
  border-color: currentColor;
}
.surely-table-row-expand-icon::before,
.surely-table-row-expand-icon::after {
  position: absolute;
  background: currentColor;
  transition: transform 0.3s ease-out;
  content: '';
}
.surely-table-row-expand-icon::before {
  top: 7px;
  right: 3px;
  left: 3px;
  height: 1px;
}
.surely-table-row-expand-icon::after {
  top: 3px;
  bottom: 3px;
  left: 7px;
  width: 1px;
  transform: rotate(90deg);
}
.surely-table-row-expand-icon-collapsed::before {
  transform: rotate(-180deg);
}
.surely-table-row-expand-icon-collapsed::after {
  transform: rotate(0deg);
}
.surely-table-row-expand-icon-spaced {
  background: transparent;
  border: 0;
  visibility: hidden;
}
.surely-table-row-expand-icon-spaced::before,
.surely-table-row-expand-icon-spaced::after {
  display: none;
  content: none;
}
.surely-table-row-indent + .surely-table-row-expand-icon {
  margin-top: 2.5005px;
  margin-right: 8px;
}
.surely-table-expanded-row .surely-table-cell,
.surely-table-expanded-row .surely-table-cell:hover {
  background: #fbfbfb;
}
.surely-table-title {
  padding: 16px 16px;
}
.surely-table-footer {
  padding: 16px 16px;
  color: rgba(0, 0, 0, 0.85);
  background: #fafafa;
}
.surely-table .surely-table-column-has-sorters {
  cursor: pointer;
  transition: background-color 0.3s;
}
.surely-table .surely-table-column-has-sorters:hover {
  background: #f2f2f2;
}
.surely-table .surely-table-column-has-sorters:hover .surely-table-filter-trigger-container {
  background: #f7f7f7;
}
.surely-table .surely-table-column-sort {
  background: #f5f5f5;
}
.surely-table-body .surely-table-column-sort {
  background: #fafafa;
}
.surely-table-column-sorters-with-tooltip {
  display: inline-flex;
  width: 100%;
}
.surely-table-column-sorters-with-tooltip:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.surely-table-column-sorters {
  flex: auto;
  justify-content: space-between;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.surely-table-column-sorters::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  pointer-events: none;
}
.surely-table-column-sorter {
  font-size: 0;
  transition: color 0.3s;
  margin-top: 0.15em;
  margin-bottom: -0.15em;
  margin-left: 8px;
  color: #bfbfbf;
  flex-shrink: 0;
  flex-grow: 0;
}
.surely-table-column-sorter-full {
  margin-top: -0.2em;
  margin-bottom: 0;
}
.surely-table-column-sorter-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.surely-table-column-sorter-up,
.surely-table-column-sorter-down {
  font-size: 11px;
}
.surely-table-column-sorter-up.active,
.surely-table-column-sorter-down.active {
  color: var(--surely-table-primary-color);
}
.surely-table-column-sorter-up + .surely-table-column-sorter-down {
  margin-top: -0.3em;
}
.surely-table-column-sorters:hover .surely-table-column-sorter {
  color: #a6a6a6;
}
.surely-table-resize-handle {
  position: absolute;
  top: 0;
  height: 100% !important;
  bottom: 0;
  left: auto !important;
  right: -8px;
  cursor: col-resize;
  touch-action: none;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  width: 16px;
  z-index: 1;
}
.surely-table-resize-handle-line {
  display: block;
  width: 3px;
  margin-left: 7px;
  height: 100% !important;
  background-color: var(--surely-table-primary-color);
  opacity: 0;
}
.surely-table-resize-handle:hover .surely-table-resize-handle-line {
  opacity: 1;
}
.dragging .surely-table-resize-handle-line {
  opacity: 1;
}
.surely-table-filter-column {
  display: flex;
  justify-content: space-between;
  flex: 1;
  width: 100%;
}
.surely-table-filter-trigger {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  margin: -4px -8px -4px 4px;
  padding: 0 4px;
  color: #bfbfbf;
  font-size: 12px;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.surely-table-filter-trigger:hover {
  color: rgba(0, 0, 0, 0.45);
  background: rgba(0, 0, 0, 0.04);
}
.surely-table-filter-trigger.active {
  color: var(--surely-table-primary-color);
}
.surely-table-filter-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  min-width: 120px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.surely-table-filter-dropdown .ant-dropdown-menu {
  max-height: 264px;
  overflow-x: hidden;
  border: 0;
  box-shadow: none;
}
.surely-table-filter-dropdown-submenu > ul {
  max-height: calc(100vh - 130px);
  overflow-x: hidden;
  overflow-y: auto;
}
.surely-table-filter-dropdown .surely-table-checkbox,
.surely-table-filter-dropdown-submenu .surely-table-checkbox,
.surely-table-filter-dropdown .surely-table-radio,
.surely-table-filter-dropdown-submenu .surely-table-radio {
  top: 0.2em;
}
.surely-table-filter-dropdown-btns {
  display: flex;
  justify-content: space-between;
  padding: 7px 8px 7px 3px;
  overflow: hidden;
  background-color: inherit;
  border-top: 1px solid #f0f0f0;
}
.surely-table-selection {
  position: relative;
  display: inline-flex;
  flex-direction: column;
}
.surely-table-selection-extra {
  position: absolute;
  top: 0;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-margin-start: 100%;
          margin-inline-start: 100%;
  -webkit-padding-start: 4px;
          padding-inline-start: 4px;
}
.surely-table-selection-extra .anticon {
  color: #bfbfbf;
  font-size: 10px;
}
.surely-table-selection-extra .anticon:hover {
  color: #a6a6a6;
}
.surely-table.surely-table-middle .surely-table-cell-content {
  padding: 12px 8px;
}
.surely-table.surely-table-middle .surely-table-cell-box {
  padding: 0 8px;
}
.surely-table.surely-table-small .surely-table-cell-content {
  padding: 8px 8px;
}
.surely-table.surely-table-small .surely-table-cell-box {
  padding: 0 8px;
}
.surely-table-small .surely-table-selection-column {
  width: 46px;
  min-width: 46px;
}
.surely-table-bordered {
  border: 1px solid #f0f0f0;
  border-right: 0;
}
.surely-table-bordered .surely-table-cell-box::before {
  background-color: transparent;
}
.surely-table-bordered .surely-table-cell {
  border-right: 1px solid #f0f0f0;
}
.surely-table-bordered .surely-table-extra-cell,
.surely-table-bordered .surely-table-header-extra-cell,
.surely-table-bordered .surely-table-cell-group {
  border-right: none;
}
.surely-table-bordered .surely-table-cell-group-title {
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.surely-table-bordered .surely-table-cell-no-right-bordered {
  border-right: none;
}
.surely-table-bordered .surely-table-header-scrollbar {
  border-right: 1px solid #f0f0f0;
  position: relative;
  z-index: -1;
}
.surely-table-bordered .surely-table-header-scrollbar::after {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: -1px;
  width: 1px;
  content: '';
  pointer-events: none;
  background: #fafafa;
}
.surely-table-bordered .surely-table-empty-container {
  border-right: 1px solid #f0f0f0;
}
.surely-table-bordered .surely-table-header-container .surely-table-header-cell-title::before,
.surely-table-bordered .surely-table-header-container .surely-table-cell-group::before {
  background-color: transparent;
}
.surely-table-bordered .surely-table-summary-fixed {
  border-right: 1px solid #f0f0f0;
}
.surely-table-wrapper-bordered .surely-table-title {
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.surely-table-wrapper-bordered .surely-table-title + .surely-table {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.surely-table-wrapper-bordered .surely-table-footer {
  border: 1px solid #f0f0f0;
  border-top: 0;
}
.surely-table-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  line-height: unset;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
  display: inline-block;
  align-items: center;
}
.surely-table-checkbox:hover .surely-table-checkbox-inner,
.surely-table-checkbox-input:focus + .surely-table-checkbox-inner {
  border-color: var(--surely-table-primary-color);
}
.surely-table-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--surely-table-primary-color);
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: surelyCheckboxEffect 0.36s ease-in-out;
          animation: surelyCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  content: '';
}
.surely-table-checkbox:hover::after {
  visibility: visible;
}
.surely-table-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.surely-table-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21.5%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.surely-table-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.surely-table-checkbox-checked .surely-table-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.surely-table-checkbox-checked .surely-table-checkbox-inner {
  background-color: var(--surely-table-primary-color);
  border-color: var(--surely-table-primary-color);
}
.surely-table-checkbox-disabled {
  cursor: not-allowed;
}
.surely-table-checkbox-disabled.surely-table-checkbox-checked .surely-table-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  -webkit-animation-name: none;
          animation-name: none;
}
.surely-table-checkbox-disabled .surely-table-checkbox-input {
  cursor: not-allowed;
}
.surely-table-checkbox-disabled .surely-table-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.surely-table-checkbox-disabled .surely-table-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  -webkit-animation-name: none;
          animation-name: none;
}
.surely-table-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.surely-table-checkbox-disabled:hover::after {
  visibility: hidden;
}
.surely-table-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.surely-table-checkbox-indeterminate .surely-table-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.surely-table-checkbox-indeterminate .surely-table-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: var(--surely-table-primary-color);
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.surely-table-checkbox-indeterminate.surely-table-checkbox-disabled .surely-table-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
@-webkit-keyframes surelyCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes surelyCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.surely-table-radio {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  outline: none;
  cursor: pointer;
}
.surely-table-radio-wrapper:hover .surely-table-radio,
.surely-table-radio:hover .surely-table-radio-inner,
.surely-table-radio-input:focus + .surely-table-radio-inner {
  border-color: var(--surely-table-primary-color);
}
.surely-table-radio-input:focus + .surely-table-radio-inner {
  box-shadow: 0 0 0 3px #e6f7ff;
}
.surely-table-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--surely-table-primary-color);
  border-radius: 50%;
  visibility: hidden;
  -webkit-animation: surelyRadioEffect 0.36s ease-in-out;
          animation: surelyRadioEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  content: '';
}
.surely-table-radio:hover::after,
.surely-table-radio-wrapper:hover .surely-table-radio::after {
  visibility: visible;
}
.surely-table-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  transition: all 0.3s;
}
.surely-table-radio-inner::after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--surely-table-primary-color);
  border-top: 0;
  border-left: 0;
  border-radius: 8px;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: ' ';
}
.surely-table-radio-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  border-radius: unset;
}
.surely-table-radio-checked .surely-table-radio-inner {
  border-color: var(--surely-table-primary-color);
}
.surely-table-radio-checked .surely-table-radio-inner::after {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.surely-table-radio-disabled {
  cursor: not-allowed;
}
.surely-table-radio-disabled .surely-table-radio-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
  cursor: not-allowed;
}
.surely-table-radio-disabled .surely-table-radio-inner::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.surely-table-radio-disabled .surely-table-radio-input {
  cursor: not-allowed;
}
.surely-table-radio-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
span.surely-table-radio + * {
  padding-right: 8px;
  padding-left: 8px;
}
@-webkit-keyframes surelyRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes surelyRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.surely-table-drag-handle {
  height: 100%;
  cursor: -webkit-grab;
  cursor: grab;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  display: flex;
  align-items: center;
  margin-left: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-width: 1px;
  flex-grow: 0;
  flex-shrink: 0;
}
.surely-table-drag-handle-disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.surely-table-drag-icon {
  display: inline-block;
}
.surely-table-drag-dragging {
  cursor: move;
}
.surely-table-drag-column-dragging {
  background: #f2f2f2;
}
.surely-table-drag-column-dragging .surely-table-header-cell,
.surely-table-drag-column-dragging .surely-table-cell-group-title {
  background: #f2f2f2;
}
.surely-table-drag-ghost {
  background: #fafafa;
  cursor: move;
}
.surely-table-drag-placeholder {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--surely-table-primary-color);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.2s;
}
.surely-table-drag-column-placeholder {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: var(--surely-table-primary-color);
  opacity: 0;
  transition: opacity 0.2s;
}
.surely-table-drag-ghost-image {
  position: absolute;
  display: inline-flex;
  align-items: center;
  cursor: move;
  color: rgba(0, 0, 0, 0.85);
  margin: 0;
  padding: 8px 16px;
  white-space: nowrap;
  z-index: 99999;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
  border: solid 1px;
  border-color: #f0f0f0;
  background: #fafafa;
  border-radius: 2px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
  font-size: 14px;
}
.surely-table-drag-ghost-image-icon {
  margin-right: 6px;
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.surely-table-drag-ghost-image-label {
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
}
